バージョン

SortedListView<T> コンストラクタ

SortedListView のインスタンスを構築します。
シンタックス
'宣言
 
Public Function New( _
   ByVal source As IList(Of T), _
   ByVal sortedIndices As IList(Of Integer) _
)
public SortedListView<T>( 
   IList<T> source,
   IList<int> sortedIndices
)

パラメータ

source
未ソートのコレクション。
sortedIndices
リストがソート済みの場合は、順に並んだインデックス。
参照